home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- set -e
-
- . /usr/share/debconf/confmodule
-
- if [ -e /etc/rc2.d/S20ubiquity ]; then
- update-rc.d -f ubiquity remove >/dev/null 2>&1
- fi
-
- # Automatically added by dh_installinit
- update-rc.d -f ubiquity remove >/dev/null || exit $?
- # End automatically added section
- # Automatically added by dh_pycentral
- rm -f /var/lib/pycentral/ubiquity.pkgremove
- if which pycentral >/dev/null 2>&1; then
- pycentral pkginstall ubiquity
- if grep -qs '^ubiquity$' /var/lib/pycentral/delayed-pkgs; then
- sed -i '/^ubiquity$/d' /var/lib/pycentral/delayed-pkgs
- fi
- fi
- # End automatically added section
-
-
- exit 0
-